body, html {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5!important;
}

body, div, h1, h2, h3, h4,h5,h6, ul, li, p ,a{
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transition:all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}


img {
    border: none;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}


@font-face {
    font-family: 'iconfont';  /* project id 758684 */
    src: url('../fonts/font_758684_qlg5rumohof.eot');
    src: url('../fonts/font_758684_qlg5rumohof.eot') format('embedded-opentype'),
    url('../fonts/font_758684_qlg5rumohof.woff') format('woff'),
    url('../fonts/font_758684_qlg5rumohof.ttf') format('truetype'),
    url('../fonts/font_758684_qlg5rumohof.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.fixed-box{
    position: fixed;
    right: 40px;
    /*top: 0;*/
    bottom: 10%;
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #167ade;
    text-align: center;
}
.fixed-tel-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.fixed-tel-icon img{
    width: 27px;
  height:30px;
    margin-bottom: 6px;
}
.fixed-tel-icon span{
    color: #ffffff;
    font-size: 12px;
}
@media (max-width: 900px){
    .fixed-box{
        position: fixed;
        right: 20px;
        /*top: 0;*/
        bottom: 10%;
        width: 50px;
        height: 50px;
        z-index: 0;
    }
    .fixed-tel-icon span{
        display: none;
    }
    .fixed-tel-icon img{
        width: 20px;
        margin-bottom: 0px;
    }
}